google.golang.org/grpc/internal/buffer.Unbounded.c (field)
7 uses
google.golang.org/grpc/internal/buffer (current package)
unbounded.go#L40: c chan any
unbounded.go#L49: return &Unbounded{c: make(chan any, 1)}
unbounded.go#L63: case b.c <- t:
unbounded.go#L80: case b.c <- b.backlog[0]:
unbounded.go#L86: close(b.c)
unbounded.go#L99: return b.c
unbounded.go#L114: close(b.c)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)